Pocketbase Kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Pocketbase Kotlin
Pocketbase Kotlin
/
io.github.agrevster.pocketbaseKotlin.services.utils
/
AuthService
/
OAuth2AuthInfo
OAuth2Auth
Info
@
Serializable
data
class
OAuth2AuthInfo
(
val
enabled
:
Boolean
,
val
providers
:
List
<
AuthService.OAuth2ProviderInfo
>
)
Members
Constructors
OAuth2Auth
Info
Link copied to clipboard
constructor
(
enabled
:
Boolean
,
providers
:
List
<
AuthService.OAuth2ProviderInfo
>
)
Properties
enabled
Link copied to clipboard
val
enabled
:
Boolean
providers
Link copied to clipboard
val
providers
:
List
<
AuthService.OAuth2ProviderInfo
>